kotrix
/
complex
/
ComplexMatrix
/
Companion
Companion
public class
Companion
Content copied to clipboard
Functions
Properties
Functions
identityMatrix
Link copied to clipboard
final
ComplexMatrix
identityMatrix
(
Integer
n)
Content copied to clipboard
Make an identity matrix of order
n
.
ones
Link copied to clipboard
final
ComplexMatrix
ones
(
Integer
m,
Integer
n)
Content copied to clipboard
Make a matrix of shape
m
*
n
in which all elements are 1
zeros
Link copied to clipboard
final
ComplexMatrix
zeros
(
Integer
m,
Integer
n)
Content copied to clipboard
Make a zero matrix of shape
m
*
n
.
Properties
INSTANCE
Link copied to clipboard
public final static
ComplexMatrix.Companion
INSTANCE
Content copied to clipboard