Overload List

  NameDescription
Product(DoubleComplexVector, DoubleComplexBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Product(DoubleComplexVector, DoubleComplexLowerTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(DoubleComplexVector, DoubleComplexTriDiagMatrix)
Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Product(DoubleComplexVector, DoubleComplexUpperTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(DoubleComplexVector, DoubleHermitianBandMatrix)
Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Product(DoubleComplexVector, DoubleHermitianMatrix)
Returns the inner product (vector-matrix product) of a vector and an Hermitian matrix.
Product(DoubleVector, DoubleBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Product(DoubleVector, DoubleLowerTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(DoubleVector, DoubleSymBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Product(DoubleVector, DoubleSymmetricMatrix)
Returns the inner product (matrix-vector product) of a vector and an symmetric matrix.
Product(DoubleVector, DoubleTriDiagMatrix)
Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Product(DoubleVector, DoubleUpperTriMatrix)
Returns the inner product (matrix-vector product) of a vector and an upper triangular matrix.
Product(FloatComplexVector, FloatComplexBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Product(FloatComplexVector, FloatComplexLowerTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(FloatComplexVector, FloatComplexTriDiagMatrix)
Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Product(FloatComplexVector, FloatComplexUpperTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(FloatComplexVector, FloatHermitianBandMatrix)
Returns the inner product (matrix-vector product) of a vector and an Hermitian banded matrix.
Product(FloatComplexVector, FloatHermitianMatrix)
Returns the inner product (vector-matrix product) of a vector and an Hermitian matrix.
Product(FloatVector, FloatBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a banded matrix.
Product(FloatVector, FloatLowerTriMatrix)
Returns the inner product (matrix-vector product) of a vector and a lower triangular matrix.
Product(FloatVector, FloatSymBandMatrix)
Returns the inner product (matrix-vector product) of a vector and a symmetric banded matrix.
Product(FloatVector, FloatSymmetricMatrix)
Returns the inner product (matrix-vector product) of a vector and a symmetric matrix.
Product(FloatVector, FloatTriDiagMatrix)
Returns the inner product (matrix-vector product) of a vector and a tridiagonal matrix.
Product(FloatVector, FloatUpperTriMatrix)
Returns the inner product (matrix-vector product) of a vector and an upper triangular matrix.
Product(DoubleBandMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Product(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.
Product(DoubleComplexBandMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Product(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.
Product(DoubleComplexCsrSparseMatrix, DoubleComplexVector)
Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Product(DoubleComplexCsrSparseMatrix, DoubleComplexCsrSparseMatrix)
Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Product(DoubleComplexLowerTriMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(DoubleComplexTriDiagMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Product(DoubleComplexUpperTriMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(DoubleCsrSparseMatrix, DoubleVector)
Product of a sparse matrix in compressed row (CSR) format with a dense vector.
Product(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix)
Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.
Product(DoubleHermCsrSparseMatrix, DoubleComplexVector)
Product of a Hermitian sparse matrix in compressed row (CSR) format with a dense vector.
Product(DoubleHermitianBandMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Product(DoubleHermitianMatrix, DoubleComplexVector)
Returns the inner product (matrix-vector product) of an Hermitian matrix and a vector.
Product(DoubleLowerTriMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(DoubleSymBandMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Product(DoubleSymCsrSparseMatrix, DoubleVector)
Product of a symmetric sparse matrix in compressed row (CSR) format with a dense vector.
Product(DoubleSymmetricMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.
Product(DoubleTriDiagMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Product(DoubleUpperTriMatrix, DoubleVector)
Returns the inner product (matrix-vector product) of an upper triangular matrix and a vector.
Product(FloatBandMatrix, FloatVector)
Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Product(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.
Product(FloatComplexBandMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of a banded matrix and a vector.
Product(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.
Product(FloatComplexLowerTriMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(FloatComplexTriDiagMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Product(FloatComplexUpperTriMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(FloatHermitianBandMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of an Hermitian banded matrix and a vector.
Product(FloatHermitianMatrix, FloatComplexVector)
Returns the inner product (matrix-vector product) of an Hermitian matrix and a vector.
Product(FloatLowerTriMatrix, FloatVector)
Returns the inner product (matrix-vector product) of a lower triangular matrix and a vector.
Product(FloatSymBandMatrix, FloatVector)
Returns the inner product (matrix-vector product) of a banded symmetric matrix and a vector.
Product(FloatSymmetricMatrix, FloatVector)
Returns the inner product (matrix-vector product) of a symmetric matrix and a vector.
Product(FloatTriDiagMatrix, FloatVector)
Returns the inner product (matrix-vector product) of a tridiagonal matrix and a vector.
Product(FloatUpperTriMatrix, FloatVector)
Returns the inner product (matrix-vector product) of an upper triangular matrix and a vector.

See Also