VasCalc Documentation - vectorSpace: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
 
m (Documentation - vectorSpace moved to VasCalc Documentation - vectorSpace)
(No difference)

Revision as of 11:50, 25 May 2006

The vectorSpace package is a small package used to set up quotients of finite dimensional vector spaces. The source files for this package are

The class contained in BigRational.java contains Eric Laroche's implementation of arithemetic involving arbitrarily large rationals (see VasCalc - Bibliography), which is used as the default base field in vectorSpace. Additionally, there are two small test programs:testQuotSp.java and testAlgVect.java.

Usage