Overload List
| Name | Description | |
|---|---|---|
| Product(DoubleComplexVector) |
Calculates the product of a given vector's elements.
| |
| Product(DoubleVector) |
Calculates the product of a given vector.
| |
| Product(FloatComplexVector) |
Calculates the product of a given vector's elements.
| |
| Product(FloatVector) |
Calculates the product of a given vector's elements.
| |
| Product(DoubleComplexMatrix, DoubleComplexMatrix) |
Computes the matrix inner product of two matrices and
returns the result.
| |
| Product(DoubleComplexMatrix, DoubleComplexVector) |
Computes the product of a matrix and a vector.
| |
| Product(DoubleMatrix, DoubleMatrix) |
Computes the matrix inner product of two matrices and
returns the result.
| |
| Product(DoubleMatrix, DoubleVector) |
Computes the product of a matrix and vector.
| |
| Product(FloatComplexMatrix, FloatComplexMatrix) |
Computes the matrix inner product of two matrices and
returns the result.
| |
| Product(FloatComplexMatrix, FloatComplexVector) |
Computes the product of a matrix and a vector.
| |
| Product(FloatMatrix, FloatMatrix) |
Computes the matrix inner product of two matrices and
returns the result.
| |
| Product(FloatMatrix, FloatVector) |
Computes the product of a matrix and vector.
| |
| Product(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix) |
Computes the matrix inner product of two matrices, placing the result
in the third.
| |
| Product(DoubleComplexMatrix, DoubleComplexMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands.
| |
| Product(DoubleComplexMatrix, DoubleComplexVector, DoubleComplexVector) |
Computes the product of a matrix and vector.
| |
| Product(DoubleMatrix, DoubleMatrix, DoubleMatrix) |
Computes the matrix inner product of two matrices, placing the result
in the third.
| |
| Product(DoubleMatrix, DoubleMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands.
| |
| Product(DoubleMatrix, DoubleVector, DoubleVector) |
Computes the product of a matrix and vector.
| |
| Product(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix) |
Computes the matrix inner product of two matrices, placing the result
in the third.
| |
| Product(FloatComplexMatrix, FloatComplexMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands.
| |
| Product(FloatComplexMatrix, FloatComplexVector, FloatComplexVector) |
Computes the product of a matrix and vector.
| |
| Product(FloatMatrix, FloatMatrix, FloatMatrix) |
Computes the matrix inner product of two matrices, placing the result
in the third.
| |
| Product(FloatMatrix, FloatMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands.
| |
| Product(FloatMatrix, FloatVector, FloatVector) |
Computes the product of a matrix and vector.
| |
| Product(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands and places the result
in a third matrix.
| |
| Product(DoubleMatrix, DoubleMatrix, DoubleMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands and places the result
in a third matrix.
| |
| Product(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands and places the result
in a third matrix.
| |
| Product(FloatMatrix, FloatMatrix, FloatMatrix, ProductTransposeOption) |
Applys the specified transpose option and computes the matrix inner
product between the two given matrix operands and places the result
in a third matrix.
|