Uses of Class
no.uib.cipr.matrix.distributed.DistVector
-
Packages that use DistVector Package Description no.uib.cipr.matrix.distributed -
-
Uses of DistVector in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return DistVector Modifier and Type Method Description DistVector
DistVector. add(double alpha, Vector y)
Deprecated.DistVector
DistVector. copy()
Deprecated.DistVector
DistVector. scale(double alpha)
Deprecated.DistVector
DistVector. set(double alpha, Vector y)
Deprecated.DistVector
DistVector. zero()
Deprecated.Constructors in no.uib.cipr.matrix.distributed with parameters of type DistVector Constructor Description TwoLevelPreconditioner(Preconditioner prec, DistColMatrix A, DistVector z)
Deprecated.TwoLevelPreconditioner(Preconditioner prec, DistRowMatrix A, DistVector z)
Deprecated.
-