Multiplies the decomposition to a matrix.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override ComplexMatrix Multiply(
ComplexMatrix matrix
)
Public Overrides Function Multiply (
matrix As ComplexMatrix
) As ComplexMatrix
public:
virtual ComplexMatrix^ Multiply(
ComplexMatrix^ matrix
) override
abstract Multiply :
matrix : ComplexMatrix -> ComplexMatrix
override Multiply :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix.
Return Value
Type:
ComplexMatrixThe product of the base matrix of the decomposition and
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference