#include "MLAPI_Error.h"
#include "MLAPI_MultiVector.h"
Go to the source code of this file.
Namespaces | |
namespace | MLAPI |
MLAPI: Default namespace for all MLAPI objects and functions. | |
Functions | |
MultiVector | MLAPI::Duplicate (const MultiVector &y) |
Creates a new vector, x, such that x = y. | |
MultiVector | MLAPI::Duplicate (const MultiVector &y, const int v) |
Creates a new vector, x, such that x = y(:,v). | |
MultiVector | MLAPI::Extract (const MultiVector &y, const int v) |
Extracts a component from a vector. | |
MultiVector | MLAPI::Redistribute (const MultiVector &y, const int NumEquations) |
Redistributes the entry of a vector as a multivector. |