* small changes

This commit is contained in:
marco 2000-01-25 20:22:31 +00:00
parent 6a7e4fcb89
commit 5f4ae3e48d

View File

@ -91,7 +91,11 @@ Other remarks:
- Spe needs some constants recalculated to get full precision for extended, - Spe needs some constants recalculated to get full precision for extended,
the files to calc the constants aren't included. (copied from some reference the files to calc the constants aren't included. (copied from some reference
book?) Some units have literature references in the documentation. Spe book?) Some units have literature references in the documentation. Spe
(Murphy's law) doesn't. (Murphy's law) doesn't. Some other units (INT) also have this problem.
- Found out what MDT does. MDT is the core of DET. Det just reads a vector,
reformats it to form a matrix, and then passes it to MDT.
Such a vector only contains the required fields to build a certain kind of
matrix. (e.g. for a bandmatrix, the diagonals). MDT=Matrix determinant.
------------- -------------
Some translation problems: Some translation problems:
@ -104,8 +108,10 @@ If A is a "n x n" bandmatrix with leftbound l, and rightbound r then
Aij=0 if j<i-l or j>i+r Aij=0 if j<i-l or j>i+r
{ {
$Log$ $Log$
Revision 1.1 2000-01-24 22:11:28 marco Revision 1.2 2000-01-25 20:22:31 marco
* small changes
Revision 1.1 2000/01/24 22:11:28 marco
* initial version * initial version
} }