Vector class Icon

Vector class

Stores elements in a list and hence allows the 'vector' to grow dynamically

Vector classOverview

This vector class stores elements in a list and hence allows the 'vector' to grow dynamically. Common mathematical functions (sin, cosh, etc) are supported elementwise and so are a number of 'external' operations (dot for the inner product Between vectors, norm, sum etc.). This class does not rely on NumPy but can be used in conjunction with a 'Sparse' Matrix class to solve Linear Systems.

NEW

Fixed some bugs.

Vector classInformation

Version
1.2
Date
04.08.10
License
Language
English
File Size
N/A
Category
SubCategory
Operating Systems
Windows ,Linux,Mac OS,BSD,Solaris
System Requirements
No additional system requirements.
Fractal tree Icon
This simple program can be used to compute and display a 2D fractal tree.
Free
Colormap Icon
These functions, when given a magnitude 'mag' between cmin and cmax
Gaussian quadrature with Log singularity Icon
Gaussian quadrature with Log singularity script computes the definite integral
More
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
SRCDS Icon
A library to interface with Half-Life2 Dedicated Servers
Free
Complex Boolean Regular Expression Class Icon
Need to look for the occurence of words in a string or group of words
Free
Display an Image from a specified file Icon
Reads an image file from the filename specified as the 1st parameter
Free
Quickslice decorator Icon
Quickslice decorator script defines a decorator that allows for an abbreviated
Free
mx.ODBC example Icon
mx.ODBC example script shows you how to get the columns of a table and get data.
Free
Python replacement for java.util.Properties Icon
Quick and easy way to process Java properties files using pure Python
Free
Merging two sorted iterators Icon
Provide a mergeiter() function that can merge two iterators into single iterator
Free
More