|
Index | allocatedSize () const |
|
Index | allocatedSize () const |
|
void | clear () |
|
void | clear () |
|
Scalar & | diag (Index i) |
|
Scalar & | diag (Index i) |
|
const Scalar & | diag (Index i) const |
|
const Scalar & | diag (Index i) const |
|
Index | diagSize () const |
|
Index | diagSize () const |
|
Scalar & | lower (Index i) |
|
Scalar & | lower (Index i) |
|
const Scalar & | lower (Index i) const |
|
const Scalar & | lower (Index i) const |
|
Index & | lowerProfile (Index i) |
|
Index & | lowerProfile (Index i) |
|
const Index & | lowerProfile (Index i) const |
|
const Index & | lowerProfile (Index i) const |
|
Index | lowerProfileSize () const |
|
Index | lowerProfileSize () const |
|
Index | lowerSize () const |
|
Index | lowerSize () const |
|
SkylineStorage & | operator= (const SkylineStorage &other) |
|
SkylineStorage & | operator= (const SkylineStorage &other) |
|
void | prune (Scalar reference, RealScalar epsilon=dummy_precision< RealScalar >()) |
|
void | prune (Scalar reference, RealScalar epsilon=dummy_precision< RealScalar >()) |
|
void | reserve (Index size, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) |
|
void | reserve (Index size, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) |
|
void | reset () |
|
void | reset () |
|
void | resize (Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor=0) |
|
void | resize (Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor=0) |
|
| SkylineStorage (const SkylineStorage &other) |
|
| SkylineStorage (const SkylineStorage &other) |
|
void | squeeze () |
|
void | squeeze () |
|
void | swap (SkylineStorage &other) |
|
void | swap (SkylineStorage &other) |
|
Scalar & | upper (Index i) |
|
Scalar & | upper (Index i) |
|
const Scalar & | upper (Index i) const |
|
const Scalar & | upper (Index i) const |
|
Index & | upperProfile (Index i) |
|
Index & | upperProfile (Index i) |
|
const Index & | upperProfile (Index i) const |
|
const Index & | upperProfile (Index i) const |
|
Index | upperProfileSize () const |
|
Index | upperProfileSize () const |
|
Index | upperSize () const |
|
Index | upperSize () const |
|
template<typename Scalar>
class Eigen::SkylineStorage< Scalar >
Stores a skyline set of values in three structures : The diagonal elements The upper elements The lower elements