Uses of Class
no.uib.cipr.matrix.distributed.DistVector
Packages that use DistVector
-
Uses of DistVector in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return DistVectorModifier and TypeMethodDescriptionDeprecated.DistVector.copy()
Deprecated.DistVector.scale
(double alpha) Deprecated.Deprecated.DistVector.zero()
Deprecated.Constructors in no.uib.cipr.matrix.distributed with parameters of type DistVectorModifierConstructorDescriptionTwoLevelPreconditioner
(Preconditioner prec, DistColMatrix A, DistVector z) Deprecated.TwoLevelPreconditioner
(Preconditioner prec, DistRowMatrix A, DistVector z) Deprecated.