Forum > Third party

mrMath matrix library

(1/3) > >>

AlexTP:
https://github.com/mikerabat/mrmath
It supports FPC. It has classes for matrix handling optimized in ASM.


--- Quote ---FreePascal support has been added for both x86 and x64 windows platforms.
You find a unit test project in the "Test" folder called MathUtilsTestsFPC.lpr

--- End quote ---

Thaddy:
Correction: "optimized" Intel/amd ASM, and only in the context of Windows and Limited linuxes on Intel. So the assembler optimizations are utterly useless cross-platform.
Also: TASMNativeInt? FPC already has a type for that: OpaquePointer (from 3.2)

Otherwise looks good.

apeoperaio:
mrmath is a very useful library for fast matrix manipulation. I am actually using it on win, linux, mac.

VTwin:
This sounds great, thanks. Would appreciate confirmation that it is cross platform.

VTwin:
Is this also 64 bit?

Navigation

[0] Message Index

[#] Next page

Go to full version