Click or drag to resize

NMathFunctionsProduct Method

Overload List
 NameDescription
Public methodStatic memberProduct(DoubleComplexVector) Calculates the product of a given vector's elements.
Public methodStatic memberProduct(DoubleVector) Calculates the product of a given vector.
Public methodStatic memberProduct(FloatComplexVector) Calculates the product of a given vector's elements.
Public methodStatic memberProduct(FloatVector) Calculates the product of a given vector's elements.
Public methodStatic memberProduct(DoubleBandMatrix, DoubleBandMatrix) Computes the matrix (inner) product of the two matrices A and B. The product is a banded matrix whose lower bandwidth is the sum of the lower bandwidths of A and B, and whose upper bandwidth is the sum of the upper bandwidths of A and B.
Public methodStatic memberProduct(DoubleBandMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(DoubleComplexBandMatrix, DoubleComplexBandMatrix) Computes the matrix (inner) product of the two matrices A and B. The product is a banded matrix whose lower bandwidth is the sum of the lower bandwidths of A and B, and whose upper bandwidth is the sum of the upper bandwidths of A and B.
Public methodStatic memberProduct(DoubleComplexBandMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(DoubleComplexCsrSparseMatrix, DoubleComplexCsrSparseMatrix) Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Public methodStatic memberProduct(DoubleComplexCsrSparseMatrix, DoubleComplexVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(DoubleComplexLowerTriMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexMatrix) Computes the matrix inner product of two matrices and returns the result.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexVector) Computes the product of a matrix and a vector.
Public methodStatic memberProduct(DoubleComplexTriDiagMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Public methodStatic memberProduct(DoubleComplexUpperTriMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(DoubleComplexVector, DoubleComplexBandMatrix) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(DoubleComplexVector, DoubleComplexLowerTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(DoubleComplexVector, DoubleComplexTriDiagMatrix) Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Public methodStatic memberProduct(DoubleComplexVector, DoubleComplexUpperTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(DoubleComplexVector, DoubleHermitianBandMatrix) Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Public methodStatic memberProduct(DoubleComplexVector, DoubleHermitianMatrix) Returns the inner product (vector-matrix product) of a vector and an Hermitian matrix.
Public methodStatic memberProduct(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Public methodStatic memberProduct(DoubleCsrSparseMatrix, DoubleVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(DoubleHermCsrSparseMatrix, DoubleComplexVector) Product of a Hermitian sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(DoubleHermitianBandMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Public methodStatic memberProduct(DoubleHermitianMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of an Hermitian matrix and a vector.
Public methodStatic memberProduct(DoubleLowerTriMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(DoubleMatrix, DoubleMatrix) Computes the matrix inner product of two matrices and returns the result.
Public methodStatic memberProduct(DoubleMatrix, DoubleVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(DoubleSymBandMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Public methodStatic memberProduct(DoubleSymCsrSparseMatrix, DoubleVector) Product of a symmetric sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(DoubleSymmetricMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.
Public methodStatic memberProduct(DoubleTriDiagMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Public methodStatic memberProduct(DoubleUpperTriMatrix, DoubleVector) Returns the inner product (matrix-vector product) of an upper triangular matrix and a vector.
Public methodStatic memberProduct(DoubleVector, DoubleBandMatrix) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(DoubleVector, DoubleLowerTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(DoubleVector, DoubleSymBandMatrix) Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Public methodStatic memberProduct(DoubleVector, DoubleSymmetricMatrix) Returns the inner product (matrix-vector product) of a vector and an symmetric matrix.
Public methodStatic memberProduct(DoubleVector, DoubleTriDiagMatrix) Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Public methodStatic memberProduct(DoubleVector, DoubleUpperTriMatrix) Returns the inner product (matrix-vector product) of a vector and an upper triangular matrix.
Public methodStatic memberProduct(FloatBandMatrix, FloatBandMatrix) Computes the matrix (inner) product of the two matrices A and B. The product is a banded matrix whose lower bandwidth is the sum of the lower bandwidths of A and B, and whose upper bandwidth is the sum of the upper bandwidths of A and B.
Public methodStatic memberProduct(FloatBandMatrix, FloatVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(FloatComplexBandMatrix, FloatComplexBandMatrix) Computes the matrix (inner) product of the two matrices A and B. The product is a banded matrix whose lower bandwidth is the sum of the lower bandwidths of A and B, and whose upper bandwidth is the sum of the upper bandwidths of A and B.
Public methodStatic memberProduct(FloatComplexBandMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(FloatComplexCsrSparseMatrix, FloatComplexCsrSparseMatrix) Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Public methodStatic memberProduct(FloatComplexCsrSparseMatrix, FloatComplexVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(FloatComplexLowerTriMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexMatrix) Computes the matrix inner product of two matrices and returns the result.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexVector) Computes the product of a matrix and a vector.
Public methodStatic memberProduct(FloatComplexTriDiagMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Public methodStatic memberProduct(FloatComplexUpperTriMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(FloatComplexVector, FloatComplexBandMatrix) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(FloatComplexVector, FloatComplexLowerTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(FloatComplexVector, FloatComplexTriDiagMatrix) Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Public methodStatic memberProduct(FloatComplexVector, FloatComplexUpperTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(FloatComplexVector, FloatHermitianBandMatrix) Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Public methodStatic memberProduct(FloatComplexVector, FloatHermitianMatrix) Returns the inner product (vector-matrix product) of a vector and an Hermitian matrix.
Public methodStatic memberProduct(FloatCsrSparseMatrix, FloatCsrSparseMatrix) Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Public methodStatic memberProduct(FloatCsrSparseMatrix, FloatVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(FloatHermCsrSparseMatrix, FloatComplexVector) Product of a Hermitian sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(FloatHermitianBandMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Public methodStatic memberProduct(FloatHermitianMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of an Hermitian matrix and a vector.
Public methodStatic memberProduct(FloatLowerTriMatrix, FloatVector) Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Public methodStatic memberProduct(FloatMatrix, FloatMatrix) Computes the matrix inner product of two matrices and returns the result.
Public methodStatic memberProduct(FloatMatrix, FloatVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(FloatSymBandMatrix, FloatVector) Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Public methodStatic memberProduct(FloatSymCsrSparseMatrix, FloatVector) Product of a symmetric sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(FloatSymmetricMatrix, FloatVector) Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.
Public methodStatic memberProduct(FloatTriDiagMatrix, FloatVector) Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Public methodStatic memberProduct(FloatUpperTriMatrix, FloatVector) Returns the inner product (matrix-vector product) of an upper triangular matrix and a vector.
Public methodStatic memberProduct(FloatVector, FloatBandMatrix) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(FloatVector, FloatLowerTriMatrix) Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Public methodStatic memberProduct(FloatVector, FloatSymBandMatrix) Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Public methodStatic memberProduct(FloatVector, FloatSymmetricMatrix) Returns the inner product (matrix-vector product) of a vector and a symmetric matrix.
Public methodStatic memberProduct(FloatVector, FloatTriDiagMatrix) Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Public methodStatic memberProduct(FloatVector, FloatUpperTriMatrix) Returns the inner product (matrix-vector product) of a vector and an upper triangular matrix.
Public methodStatic memberProduct(DoubleBandMatrix, DoubleVector, DoubleVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(DoubleComplexBandMatrix, DoubleComplexVector, DoubleComplexVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(DoubleComplexCsrSparseMatrix, DoubleComplexVector, DoubleComplexVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix) Computes the matrix inner product of two matrices, placing the result in the third.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexVector, DoubleComplexVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(DoubleComplexVector, DoubleHermitianBandMatrix, DoubleComplexVector) Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Public methodStatic memberProduct(DoubleHermitianBandMatrix, DoubleComplexVector, DoubleComplexVector) Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Public methodStatic memberProduct(DoubleMatrix, DoubleMatrix, DoubleMatrix) Computes the matrix inner product of two matrices, placing the result in the third.
Public methodStatic memberProduct(DoubleMatrix, DoubleMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands.
Public methodStatic memberProduct(DoubleMatrix, DoubleVector, DoubleVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(DoubleSymBandMatrix, DoubleVector, DoubleVector) Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Public methodStatic memberProduct(DoubleSymCsrSparseMatrix, DoubleVector, DoubleVector) Product of a symmetric sparse matrix in compressed row (CSR) format with a dense vector placing the result in the provided vector.
Public methodStatic memberProduct(DoubleSymmetricMatrix, DoubleVector, DoubleVector) Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.
Public methodStatic memberProduct(DoubleVector, DoubleBandMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(DoubleVector, DoubleSymBandMatrix, DoubleVector) Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Public methodStatic memberProduct(FloatBandMatrix, FloatVector, FloatVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(FloatComplexBandMatrix, FloatComplexVector, FloatComplexVector) Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Public methodStatic memberProduct(FloatComplexCsrSparseMatrix, FloatComplexVector, FloatComplexVector) Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix) Computes the matrix inner product of two matrices, placing the result in the third.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexVector, FloatComplexVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(FloatComplexVector, FloatHermitianBandMatrix, FloatComplexVector) Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Public methodStatic memberProduct(FloatHermitianBandMatrix, FloatComplexVector, FloatComplexVector) Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Public methodStatic memberProduct(FloatMatrix, FloatMatrix, FloatMatrix) Computes the matrix inner product of two matrices, placing the result in the third.
Public methodStatic memberProduct(FloatMatrix, FloatMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands.
Public methodStatic memberProduct(FloatMatrix, FloatVector, FloatVector) Computes the product of a matrix and vector.
Public methodStatic memberProduct(FloatSymBandMatrix, FloatVector, FloatVector) Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Public methodStatic memberProduct(FloatVector, FloatBandMatrix, FloatVector) Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Public methodStatic memberProduct(FloatVector, FloatSymBandMatrix, FloatVector) Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Public methodStatic memberProduct(DoubleComplexMatrix, DoubleComplexMatrix, DoubleComplexMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands and places the result in a third matrix.
Public methodStatic memberProduct(DoubleMatrix, DoubleMatrix, DoubleMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands and places the result in a third matrix.
Public methodStatic memberProduct(FloatComplexMatrix, FloatComplexMatrix, FloatComplexMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands and places the result in a third matrix.
Public methodStatic memberProduct(FloatMatrix, FloatMatrix, FloatMatrix, ProductTransposeOption) Applies the specified transpose option and computes the matrix inner product between the two given matrix operands and places the result in a third matrix.
Top
See Also