« Previous | Next » 

Revision ba125e3b

IDba125e3b8d39d7163616788dd54f2dbba7f20735
Parent 3e5e5286
Child aa99f9c5, 02609f56

Added by Gé Vissers about 8 years ago

The recursive definition of the determinant function, combined with the fact
that no specialized function for the base case N==1 is given, leads to
instantiation of this function for all 256 possible values of a uint8_t (even
though these are not used in practice). Fix this by providing an explicit
(inline) definition for N==1.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences