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