#include "AtlfastUtils/Matrix.h"
#include <cstddef>
#include <assert.h>
Include dependency graph for Matrix.cxx:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Functions | |
double | Atlfast::mul (const Cslice_iter< double > &v1, const valarray< double > &v2) |
valarray< double > | Atlfast::operator * (const Matrix &m, const valarray< double > &v) |