|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VSMInf
Vector Scalar Multiplication Interface.
Method Summary | |
---|---|
double |
multiply(double[] A,
double[] B)
Computes the scalar multiplication of two vectors. |
double |
norm(double[] A)
Computes the norm of a vector. |
Method Detail |
---|
double multiply(double[] A, double[] B)
A
- Vector.B
- Vector.double norm(double[] A)
A
- norm.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |