Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
Z
Z
zero()
- Method in class no.uib.cipr.matrix.
AbstractMatrix
zero()
- Method in class no.uib.cipr.matrix.
AbstractVector
zero()
- Method in class no.uib.cipr.matrix.
BandMatrix
zero()
- Method in class no.uib.cipr.matrix.
DenseVector
zero()
- Method in class no.uib.cipr.matrix.distributed.
DistColMatrix
Deprecated.
zero()
- Method in class no.uib.cipr.matrix.distributed.
DistRowMatrix
Deprecated.
zero()
- Method in class no.uib.cipr.matrix.distributed.
DistVector
Deprecated.
zero()
- Method in interface no.uib.cipr.matrix.
Matrix
Zeros all the entries in the matrix, while preserving any underlying structure.
zero()
- Method in class no.uib.cipr.matrix.sparse.
CompColMatrix
zero()
- Method in class no.uib.cipr.matrix.sparse.
CompDiagMatrix
zero()
- Method in class no.uib.cipr.matrix.sparse.
CompRowMatrix
zero()
- Method in class no.uib.cipr.matrix.sparse.
FlexCompColMatrix
zero()
- Method in class no.uib.cipr.matrix.sparse.
FlexCompRowMatrix
zero()
- Method in class no.uib.cipr.matrix.sparse.
SparseVector
zero()
- Method in class no.uib.cipr.matrix.
SymmTridiagMatrix
zero()
- Method in class no.uib.cipr.matrix.
TridiagMatrix
zero()
- Method in class no.uib.cipr.matrix.
UnitLowerTriangBandMatrix
zero()
- Method in class no.uib.cipr.matrix.
UnitLowerTriangDenseMatrix
zero()
- Method in class no.uib.cipr.matrix.
UnitUpperTriangBandMatrix
zero()
- Method in class no.uib.cipr.matrix.
UnitUpperTriangDenseMatrix
zero()
- Method in interface no.uib.cipr.matrix.
Vector
Zeros all the entries in the vector, while preserving any underlying structure
zeroColumns(Matrix, double, int...)
- Static method in class no.uib.cipr.matrix.
Matrices
Sets the selected columns of
A
equal zero, and puts
diagonal
on the diagonal of those columns.
zeroRows(Matrix, double, int...)
- Static method in class no.uib.cipr.matrix.
Matrices
Sets the selected rows of
A
equal zero, and puts
diagonal
on the diagonal of those rows.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
Z