83 double &
atU(
int i) {
return column [ i - start ]; }
84 double &
atL(
int i) {
return row [ i - start ]; }
87 void checkBounds(
int);
88 void checkSizeTowards(
const IntArray &);
94 int giveSize() {
return 1 + 2 * ( number - start ); }
99 RowColumn(
int,
int,
double *,
double *,
double);
This class implements a segment of a unsymmetric matrix stored in segmented form (skyline).
Class implementing an array of integers.
Class representing vector of real numbers.
the oofem namespace is to define a context or scope in which all oofem names are defined.
double dot(const FloatArray &x, const FloatArray &y)