#include <dgemm.h>
|
static bool | eval (const C_FLOAT64 &alpha, const Matrix &A, const Matrix &B, const C_FLOAT64 &beta, Matrix &C) |
|
static bool | eval (const C_FLOAT64 &alpha, const Matrix &A, const Vector &B, const C_FLOAT64 &beta, Vector &C) |
|
static bool | eval (const C_FLOAT64 &alpha, const Vector &A, const Matrix &B, const C_FLOAT64 &beta, Vector &C) |
|
static bool | eval (const C_FLOAT64 &alpha, const Vector &A, const Vector &B, const C_FLOAT64 &beta, C_FLOAT64 &C) |
|
◆ Matrix
◆ Vector
◆ dgemm()
◆ eval() [1/4]
Compute C:= alpha A B + beta C
- Parameters
-
const | C_FLOAT64 & alpha |
const | Matrix & A |
const | Matrix & B |
const | C_FLOAT64 & beta |
Matrix | & C |
- Returns
- bool success
References CMatrix< CType >::array(), C_FLOAT64, C_INT, dgemm_(), K, CMatrix< CType >::numCols(), CMatrix< CType >::numRows(), and CMatrix< CType >::resize().
Referenced by CMathContainer::calculateRootDerivatives(), CMCAMethod::calculateUnscaledConcentrationCC(), CMCAMethod::calculateUnscaledFluxCC(), and CLeastSquareSolution::solve().
◆ eval() [2/4]
◆ eval() [3/4]
◆ eval() [4/4]
The documentation for this struct was generated from the following files: