ARRAY_OFFSET needed

This commit is contained in:
dwarning 2023-06-13 16:11:33 +02:00
parent b9d1a5ea00
commit c71171f6de
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
* matrix. ARRAY_OFFSET must be either 0 or 1, no other offsets
* are valid.
*/
#define ARRAY_OFFSET NO
#define ARRAY_OFFSET YES
/*!
* This specifies that the modified Markowitz method of pivot
@ -234,7 +234,7 @@
#define DOCUMENTATION YES
/*!
* This specifies that routines that are used to multily the
* This specifies that routines that are used to multiply the
* matrix by a vector, such as spMultiply() and spMultTransposed(), should be
* compiled.
*/