Sparse direct solver for symmetric and unsymmetric matrices.
More...
#include <spooles.hh>
|
virtual std::ostream & | info (std::ostream &os) const |
|
Sparse direct solver for symmetric and unsymmetric matrices.
- See also
- SPOOLES Homepage
- Author
- Philipp Frauenfelder, 2003
Definition at line 26 of file spooles.hh.
◆ c_type
◆ r_type
◆ type
◆ Spooles()
concepts::Spooles::Spooles |
( |
const SparseMatrix< Real > & |
A, |
|
|
bool |
symmetric = false |
|
) |
| |
Constructor.
- Parameters
-
A | Matrix |
symmetric | Set this to true if the matrix is symmetric |
◆ ~Spooles()
virtual concepts::Spooles::~Spooles |
( |
| ) |
|
|
virtual |
◆ dimX()
Returns the size of the image space of the operator (number of rows of the corresponding matrix)
Definition at line 93 of file compositions.hh.
◆ dimY()
Returns the size of the source space of the operator (number of columns of the corresponding matrix)
Definition at line 98 of file compositions.hh.
◆ info()
virtual std::ostream& concepts::Spooles::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ iterations()
uint concepts::Spooles::iterations |
( |
| ) |
const |
|
inline |
◆ operator()() [1/5]
◆ operator()() [2/5]
Application operator for complex function fncY
.
Computes fncX
= A(fncY
) where A is this operator. fncX
becomes complex.
In derived classes its enough to implement the operator() for complex Operator's. If a real counterpart is not implemented, the function fncY
is splitted into real and imaginary part and the application operator for real functions is called for each. Then the result is combined.
If in a derived class the operator() for complex Operator's is not implemented, a exception is thrown from here.
Reimplemented in concepts::VecOperator< Real >.
◆ operator()() [3/5]
Application operator for real function fncY
.
Computes fncX
= A(fncY
) where A is this operator.
fncX
becomes the type of the operator, for real data it becomes real, for complex data it becomes complex.
In derived classes its enough to implement the operator() for real Operator's. If a complex counterpart is not implemented, the function fncY
is transformed to a complex function and then the application operator for complex functions is called.
If in a derived class the operator() for real Operator's is not implemented, a exception is thrown from here.
Reimplemented in concepts::VecOperator< Real >.
◆ operator()() [4/5]
◆ operator()() [5/5]
◆ show_messages()
◆ spaceX()
virtual const Space<Real>& concepts::Spooles::spaceX |
( |
| ) |
const |
|
inlinevirtual |
◆ spaceY()
virtual const Space<Real>& concepts::Spooles::spaceY |
( |
| ) |
const |
|
inlinevirtual |
◆ adjIVL
void * concepts::Spooles::adjIVL |
|
private |
◆ bridge
void * concepts::Spooles::bridge |
|
private |
◆ chvmanager
void * concepts::Spooles::chvmanager |
|
private |
◆ dimX_
Dimension of image space and the source space.
Definition at line 104 of file compositions.hh.
◆ dimY_
◆ factored_
bool concepts::Spooles::factored_ |
|
private |
Stores if the factorization was already computed before.
Definition at line 51 of file spooles.hh.
◆ frontETree
void * concepts::Spooles::frontETree |
|
private |
◆ frontmtx
void * concepts::Spooles::frontmtx |
|
private |
◆ graph
void * concepts::Spooles::graph |
|
private |
◆ mtxA
void* concepts::Spooles::mtxA |
|
private |
◆ mtxmanager
void * concepts::Spooles::mtxmanager |
|
private |
◆ n_
const uint concepts::Spooles::n_ |
|
private |
◆ newToOld
int * concepts::Spooles::newToOld |
|
private |
◆ newToOldIV
void * concepts::Spooles::newToOldIV |
|
private |
◆ oldToNew
int* concepts::Spooles::oldToNew |
|
private |
◆ oldToNewIV
void * concepts::Spooles::oldToNewIV |
|
private |
◆ rc
int concepts::Spooles::rc |
|
private |
◆ rootchv
void * concepts::Spooles::rootchv |
|
private |
◆ spcX_
◆ spcY_
◆ symbfacIVL
void * concepts::Spooles::symbfacIVL |
|
private |
◆ symmetric_
bool concepts::Spooles::symmetric_ |
|
private |
The documentation for this class was generated from the following file: