Click or drag to resize

FloatUpperTriMatrix Constructor

Overload List
 NameDescription
Public methodFloatUpperTriMatrix(FloatMatrix) Constructs a square FloatUpperTriMatrix instance by extracting the upper triangular part of a square general matrix.
Public methodFloatUpperTriMatrix(FloatSymmetricMatrix) Constructs a square FloatUpperTriMatrix instance by extracting the upper triangular part of a symmetric matrix.
Public methodFloatUpperTriMatrix(FloatVector) Constructs a square FloatUpperTriMatrix instance using the data in the given vector.
Public methodFloatUpperTriMatrix(Int32) Constructs a square FloatUpperTriMatrix instance with the specified size. All elements are initialized to zero.
Public methodFloatUpperTriMatrix(FloatMatrix, Int32) Constructs a square FloatUpperTriMatrix instance by extracting the upper triangular part of the specified leading square submatrix of a general matrix.
Public methodFloatUpperTriMatrix(FloatVector, Int32) Constructs a square FloatUpperTriMatrix instance with the specified size, and using the data in the given vector.
Top
See Also