A B C D E F G H I L M N O P Q R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DefaultIterationMonitor - Class in no.uib.cipr.matrix.sparse
-
Default iteration monitor.
- DefaultIterationMonitor() - Constructor for class no.uib.cipr.matrix.sparse.DefaultIterationMonitor
-
Constructor for DefaultIterationMonitor.
- DefaultIterationMonitor(int, double, double, double) - Constructor for class no.uib.cipr.matrix.sparse.DefaultIterationMonitor
-
Constructor for DefaultIterationMonitor
- DenseCholesky - Class in no.uib.cipr.matrix
-
Dense Cholesky decomposition
- DenseCholesky(int, boolean) - Constructor for class no.uib.cipr.matrix.DenseCholesky
-
Constructor for DenseCholesky
- DenseLU - Class in no.uib.cipr.matrix
-
Dense LU decomposition FIXME: DenseLU is broken! Fix it
- DenseLU(int, int) - Constructor for class no.uib.cipr.matrix.DenseLU
-
Constructor for DenseLU
- DenseMatrix - Class in no.uib.cipr.matrix
-
Dense matrix.
- DenseMatrix(double[][]) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix.
- DenseMatrix(int, int) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix
- DenseMatrix(MatrixVectorReader) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix
- DenseMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix
- DenseMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix
- DenseMatrix(Vector) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix.
- DenseMatrix(Vector[]) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix.
- DenseMatrix(Vector, boolean) - Constructor for class no.uib.cipr.matrix.DenseMatrix
-
Constructor for DenseMatrix.
- DenseVector - Class in no.uib.cipr.matrix
-
Dense vector.
- DenseVector(double[]) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DenseVector(double[], boolean) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DenseVector(int) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DenseVector(MatrixVectorReader) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DenseVector(Vector) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DenseVector(Vector, boolean) - Constructor for class no.uib.cipr.matrix.DenseVector
-
Constructor for DenseVector
- DiagonalPreconditioner - Class in no.uib.cipr.matrix.sparse
-
Diagonal preconditioner.
- DiagonalPreconditioner(int) - Constructor for class no.uib.cipr.matrix.sparse.DiagonalPreconditioner
-
Constructor for DiagonalPreconditioner
- DistColMatrix - Class in no.uib.cipr.matrix.distributed
-
Deprecated.the
no.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs. It is distributed only for backwards compatibility, but is not recommended. The utility of this package is questionable, as it does not allow distribution of computation between JVMs or across a network. For many people, distributed computing of multiple matrices can be achieved at a user-level through the JPPF Framework. Users who need to deal with few very large matrices may wish to implement their own storage classes and solvers using JPPF, but this will not be supported directly in matrix-toolkits-java. - DistColMatrix(int, int, Communicator, Matrix, Matrix) - Constructor for class no.uib.cipr.matrix.distributed.DistColMatrix
-
Deprecated.Constructor for DistColMatrix
- DistRowMatrix - Class in no.uib.cipr.matrix.distributed
-
Deprecated.the
no.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs. It is distributed only for backwards compatibility, but is not recommended. The utility of this package is questionable, as it does not allow distribution of computation between JVMs or across a network. For many people, distributed computing of multiple matrices can be achieved at a user-level through the JPPF Framework. Users who need to deal with few very large matrices may wish to implement their own storage classes and solvers using JPPF, but this will not be supported directly in matrix-toolkits-java. - DistRowMatrix(int, int, Communicator, Matrix, Matrix) - Constructor for class no.uib.cipr.matrix.distributed.DistRowMatrix
-
Deprecated.Constructor for DistRowMatrix
- DistVector - Class in no.uib.cipr.matrix.distributed
-
Deprecated.the
no.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs. It is distributed only for backwards compatibility, but is not recommended. The utility of this package is questionable, as it does not allow distribution of computation between JVMs or across a network. For many people, distributed computing of multiple matrices can be achieved at a user-level through the JPPF Framework. Users who need to deal with few very large matrices may wish to implement their own storage classes and solvers using JPPF, but this will not be supported directly in matrix-toolkits-java. - DistVector(int, Communicator, Vector) - Constructor for class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.Constructor for DistVector
- Divergence - no.uib.cipr.matrix.NotConvergedException.Reason
-
Divergence detected
- dot(Vector) - Method in class no.uib.cipr.matrix.AbstractVector
- dot(Vector) - Method in class no.uib.cipr.matrix.DenseVector
- dot(Vector) - Method in class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.
- dot(Vector) - Method in class no.uib.cipr.matrix.sparse.SparseVector
- dot(Vector) - Method in interface no.uib.cipr.matrix.Vector
-
xT*y
All Classes All Packages