Interface VSMInf

All Known Implementing Classes:
ParVSMult, SeqVSMult

public interface VSMInf

Vector Scalar Multiplication Interface.

Author:
Heinz Kredel.

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

multiply

double multiply(double[] A,
                double[] B)
Computes the scalar multiplication of two vectors.

Parameters:
A - Vector.
B - Vector.

norm

double norm(double[] A)
Computes the norm of a vector.

Parameters:
A - norm.