Package org.jmatrices.dbl


Jmatrices Library

Copyright (C) 2004 Piyush Purang

Check License.txt for the license terms


Matrix Package

See:
          Description

Interface Summary
Matrix Matrix represents a structurally immutable matrix of numbers(double) with index begining at 1.
MatrixVector MatrixVector todo - open thought!
Vector Vector todo - open thought!
 

Class Summary
Matrices Matrices plays the same role that Collections does for collection classes
Author: purangp

Date: 18.05.2004 Time: 19:21:00
MatrixFactory MatrixFactory is one-stop shop for creating matrices.
MatrixVectorImpl MatrixVectorImpl todo - open thought!
TestMatrices TestMatrices

todo - This is the reason why we need a Junit test suite!!

 

Package org.jmatrices.dbl Description


Jmatrices Library

Copyright (C) 2004 Piyush Purang

Check License.txt for the license terms


Matrix Package