cheshirekow
v0.1.0
|
#include <fiber/matrix.h>
Go to the source code of this file.
Namespaces | |
fiber | |
simple template expression library for linear algebra | |
Functions | |
template<typename Scalar , class Exp1 , class Exp2 > | |
Scalar | fiber::Dot (_RValue< Scalar, Exp1 > const &A, _RValue< Scalar, Exp2 > const &B) |
Dot product of two vectors. More... | |
template<typename Scalar , class Exp1 , class Exp2 > | |
Matrix< Scalar, Exp1::ROWS_, Exp2::COLS_ > | fiber::operator* (_RValue< Scalar, Exp1 > const &A, _RValue< Scalar, Exp2 > const &B) |
Matrix multiplication. More... | |
Definition in file product.h.