Click or drag to resize

SparseSquareMatrixMultiply Operator (SparseSquareMatrix, ColumnVector)

Multiplies a column vector by a sparse matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static ColumnVector operator *(
	SparseSquareMatrix A,
	ColumnVector v
)

Parameters

A
Type: Meta.Numerics.MatricesSparseSquareMatrix
The matrix.
v
Type: Meta.Numerics.MatricesColumnVector
The column vector.

Return Value

Type: ColumnVector
The product column vector.
See Also