Click or drag to resize

RMatrixMultiply(RMatrix, Matrix) Operator

Multiplies an upper triangular matrix by a rectangular one.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static Matrix operator *(
	RMatrix m1,
	Matrix m2
)

Parameters

m1  RMatrix
An upper triangular matrix.
m2  Matrix
A rectangular matrix.

Return Value

Matrix
The resulting rectangular matrix.
See Also