|
aimstil
5.0.5
|
#include "til/numeric_array.h"
Go to the source code of this file.
Classes | |
| class | til::Scalar_matrix< T > |
| A scalar matrix. More... | |
Namespaces | |
| til | |
| Belongs to package Box Do not include directly, include til/Box.h instead. | |
Functions | |
| template<typename T , typename TArray > | |
| T | til::matdot (ScalarMatrix< T > m, const TArray &x) |
| Compute x^T.M.x. More... | |