Jive reference manual
|
#include <jive/solver/UserdefRestrictor.h>
Public Member Functions | |
UserdefRestrictor (const String &name, const Properties &conf, const Properties &props, const Properties ¶ms, const Properties &globdat) | |
virtual void | resetEvents () |
virtual void | configure (const Properties &props) |
virtual void | getConfig (const Properties &props) const |
![]() | |
virtual Shape | shape () const |
Returns the shape of this matrix. More... | |
void | update () |
virtual void | matmul (const Vector &lhs, const Vector &rhs) const |
Matrix-vector multiplication. More... | |
virtual void | transmul (const Vector &lhs, const Vector &rhs) const |
virtual void | getBasis (const Vector &v, idx_t j) const |
virtual void * | getExtByID (ExtensionID extID) const |
virtual SparseStruct | getStructure () const |
virtual SparseMatrix | toSparseMatrix () const |
virtual SparseMatrix | cloneSparseMatrix () const |
![]() | |
Restrictor (const String &name="") | |
virtual String | getContext () const |
![]() | |
bool | isSquare () const |
Tests whether this matrix is square. More... | |
virtual jem::Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
![]() | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
![]() | |
virtual void | getBasis (const Vector &v, idx_t j) const =0 |
Static Public Member Functions | |
static Ref< Restrictor > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties ¶ms, const Properties &globdat) |
static void | declare () |
![]() | |
static jem::Class * | getType () |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes | |
static const char * | TYPE_NAME |
static const idx_t | MIN_NODES |
![]() | |
static const jem::byte | ID [1] |
Protected Member Functions | |
virtual | ~UserdefRestrictor () |
![]() | |
SparseRestrictor (const String &name="") | |
virtual | ~SparseRestrictor () |
![]() | |
virtual | ~Restrictor () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
![]() | |
virtual | ~LocalRestrictor () |
![]() | |
virtual | ~Interface () |
Empty destructor. More... | |
Additional Inherited Members | |
![]() | |
typedef AbstractMatrix | Self |
The type of this class. More... | |
typedef jem::Tuple< int, 2 > | Shape |
A type representing the shape of a matrix. More... | |
typedef util::Vector | Vector |
A vector type. More... | |
![]() | |
jem::util::Event< Self & > | newShapeEvent |
Signals that the shape of this matrix has changed. More... | |
jem::util::Event< Self & > | newValuesEvent |
Signals that the contents of this matrix have been modified. More... | |
![]() | |
Shape | shape_ |
IdxVector | rowOffsets_ |
IdxVector | colIndices_ |
Vector | rtValues_ |
int | events_ |
jive::solver::UserdefRestrictor::UserdefRestrictor | ( | const String & | name, |
const Properties & | conf, | ||
const Properties & | props, | ||
const Properties & | params, | ||
const Properties & | globdat | ||
) |
|
protectedvirtual |
|
virtual |
|
virtual |
Reimplemented from jive::solver::Restrictor.
|
virtual |
Reimplemented from jive::solver::Restrictor.
|
static |
|
static |
|
static |
|
static |