#include <iostream>
#include <fstream>
#include <ios>
#include "FileWritable.h"
#include "matrix_proxy.h"
#include "ValidPtr.h"
Go to the source code of this file.
Namespaces | |
| namespace | mat |
Classes | |
| class | mat::VectorGeneral< Treal, Tvector > |
Functions | |
| template<typename Treal, typename Tvector> | |
| Treal | mat::operator * (Xtrans< VectorGeneral< Treal, Tvector > > const &xT, VectorGeneral< Treal, Tvector > const &y) |
| transpose(x) * y Scalar (dot) product of two vectors | |
Copyright(c) Emanuel Rubensson 2006
1.4.7