Overload List
| Name | Description | |
|---|---|---|
| TransposeProduct(DoubleComplexMatrix, DoubleComplexMatrix) |
Returns the matrix inner product of the transpose of a given matrix
and a second matrix.
| |
| TransposeProduct(DoubleComplexMatrix, DoubleComplexVector) |
Computes the product of the transpose of a given matrix and a vector.
| |
| TransposeProduct(DoubleMatrix, DoubleMatrix) |
Returns the matrix inner product of the transpose of a given matrix
and a second matrix.
| |
| TransposeProduct(DoubleMatrix, DoubleVector) |
Computes the product of the transpose of a given matrix and a vector.
| |
| TransposeProduct(FloatComplexMatrix, FloatComplexMatrix) |
Returns the matrix inner product of the transpose of a given matrix
and a second matrix.
| |
| TransposeProduct(FloatComplexMatrix, FloatComplexVector) |
Computes the product of the transpose of a given matrix and a vector.
| |
| TransposeProduct(FloatMatrix, FloatMatrix) |
Returns the matrix inner product of the transpose of a given matrix
and a second matrix.
| |
| TransposeProduct(FloatMatrix, FloatVector) |
Computes the product of the transpose of a given matrix and a vector.
| |
| TransposeProduct(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix) |
Computes the matrix inner product of the transpose of a given matrix
and a second matrix and places the result in a third matrix.
| |
| TransposeProduct(DoubleMatrix, DoubleMatrix, DoubleMatrix) |
Computes the matrix inner product of the transpose of a given matrix
and a second matrix and places the result in a third matrix.
| |
| TransposeProduct(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix) |
Computes the matrix inner product of the transpose of a given matrix
and a second matrix and places the result in a third matrix.
| |
| TransposeProduct(FloatMatrix, FloatMatrix, FloatMatrix) |
Computes the matrix inner product of the transpose of a given matrix
and a second matrix and places the result in a third matrix.
|