Click or drag to resize

DoubleLowerTriMatrix Constructor

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