Converts a triangular matrix to a general matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleComplexMatrix ToGeneralMatrix( DoubleComplexLowerTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ToGeneralMatrix ( _ A As DoubleComplexLowerTriMatrix _ ) As DoubleComplexMatrix |
| Visual C++ |
|---|
public: static DoubleComplexMatrix^ ToGeneralMatrix( DoubleComplexLowerTriMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleComplexLowerTriMatrix
A lower triangular matrix.