Generic class which is specialized for different backends to perform addition
Public 类型 | |
typedef Matrix::Scalar | T |
静态 Public 成员函数 | |
static void | compute (Matrix A, Matrix B, Matrix C, T alpha, T beta) |
Performs the operation C = alpha*A + beta*B. Works for both matrices and vectors