![]() | FloatMatrix Operators |
The FloatMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Division |
Divides the specified FloatMatrix by the specified scalar value.
|
![]() ![]() | Multiply(FloatMatrix, FloatMatrix) |
Multiplies two matrices by one another. The column count in the second matrix must match the row count in
the first matrix.
|
![]() ![]() | Multiply(FloatMatrix, Single) |
Multiplies the specified FloatMatrix by the specified scalar value.
|