Click or drag to resize

DoubleUpperTriMatrix Constructor

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