|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinearTransformNd
Defines an implicit linear transformation implemented by matrix-vector multiplication
Method Summary | |
---|---|
int |
colSize()
Number of columns in the matrix associated with this transformation. |
void |
mul(VectorNd vr,
VectorNd v1)
Applies this transformation to vector v1 and returns the result in vr. |
int |
rowSize()
Number of rows in the matrix associated with this transformation. |
Method Detail |
---|
void mul(VectorNd vr, VectorNd v1)
v1
- vector to transformvr
- vector in which result is returnedint rowSize()
mul
.
int colSize()
mul
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |