From: wolf Deprecated: The functions New: New: lac
+
Vector::scale
+ and BlockVector::scale
are now deprecated
+ and will be removed in a future version. Use operator*=
and
+ operator/=
instead.
+
+ (WB 2003/05/31)
+ Vector
and
+ BlockVector
now have operator/=
+ for scaling by a scalar.
+
+ (WB 2003/05/31)
+ PointerMatrix
now
- has empty() function, which returns true if the pointer is null; otherwise
- we call the pointer's empty() function. This requires the class MATRIX
- to have an empty() function.
-
- (Brian Carnes 2003/05/22)
- empty()
function, which returns true if the pointer is
+ null; otherwise we call the pointer's empty()
function.
+ This requires the class MATRIX to have an empty()
+ function.
+
+ (Brian Carnes 2003/05/22)
+
New: SparseLUDecomposition
now
- has empty() function, which calls the inherited SparseMatrix
empty() function.
-
- (Brian Carnes 2003/05/22)
-
empty()
function, which calls the inherited SparseMatrix
empty()
function.
+ New: PreconditionPSOR
implements
- interface to permuted SOR preconditioner function in SparseMatrix
.
-
- (GK 2003/05/12)
-
SparseMatrix
.
+ Improved: FullMatrix
::fill
now copies the largest possible block,
- whether the destination or source matrix is bigger. Additionally, an
- offset inside the source matrix may be specified.
-
- (GK 2003/03/31)
-
New/Changed: The SparseILU
,