mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:49:20 +02:00
* small changes
This commit is contained in:
parent
6a7e4fcb89
commit
5f4ae3e48d
@ -91,7 +91,11 @@ Other remarks:
|
||||
- Spe needs some constants recalculated to get full precision for extended,
|
||||
the files to calc the constants aren't included. (copied from some reference
|
||||
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:
|
||||
@ -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
|
||||
{
|
||||
$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
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user