| FloatComplexLowerTriMatrix(Int32) Constructor |
Constructs a square FloatComplexLowerTriMatrix instance with the specified
size. All elements are initialized to zero.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public FloatComplexLowerTriMatrix(
int order
)
Public Sub New (
order As Integer
)
public:
FloatComplexLowerTriMatrix(
int order
)
new :
order : int -> FloatComplexLowerTriMatrix
Parameters
- order Int32
- The size of the square matrix (order x order).
See Also