VasCalc Documentation - vectorSpace: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
(No difference)

Revision as of 09:58, 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