Package dragon.matrix.vector

Define the structure of vectors and implment some algorithms related to vectors such as HITS and Power Method.

See:
          Description

Class Summary
DoubleVector Data structure for vector of double type
HITS HITS algorithm
IntVector Data structure for vector of integer type
PowerMethod Power Method
 

Package dragon.matrix.vector Description

Define the structure of vectors and implment some algorithms related to vectors such as HITS and Power Method.

Package Specification