Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Huge Matrices Library [Updated]
#1
I initially created this library in the late 1990s. Having found QB64, I have now updated and expanded this library to work with it. At 2622 lines (including comments) it is obviously too large to post in a single code box. So the actual code is split into the six posts after this one. Also the sheer size and number of edits I made means that you should really treat this being a beta/release candidate version.

This library is all to do with matrices. There are six sections to it. Each section deals with matrix operations for arrays that contain a particular TYPE of data - Integer, Long Integer, _INTEGER64, Single precision floating point, Double precision floating point and _FLOAT. Overall this gives us 1 private routine and 114 public routines.

Having split it into 6 parts, I have made it so that each part should be able to be used independently of any other. The consequence of this is that if you want to use two (or more) parts you may well need to do minor editing on one (or more) parts.

Bug reports - either in here or pm me.

[Edit]

Now with a ridiculously small BI file that works all varieties of the library. '$INCLUDE: 'MATRIX.BI' at the top of the program that uses any of the library parts.

MATRIX.BI
Code: (Select All)
'$DYNAMIC

Option Base 1

Note all parts of this library have been updated to reflect this.

Next post Integer Matrices -

TR
Reply


Messages In This Thread
Huge Matrices Library [Updated] - by TarotRedhand - 05-04-2022, 07:57 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:02 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:06 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:11 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:15 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:19 AM
RE: Huge Matrices Library - by TarotRedhand - 05-04-2022, 08:23 AM
RE: Huge Matrices Library - by madscijr - 05-10-2022, 02:37 PM
RE: Huge Matrices Library - by TarotRedhand - 05-17-2022, 11:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Format Library eoredson 8 434 02-28-2026, 03:31 AM
Last Post: eoredson
  SPV Video library. ahenry3068 10 617 01-21-2026, 06:46 PM
Last Post: ahenry3068
  layoutUtils (library for text layout) Herve 5 1,140 07-19-2025, 12:37 AM
Last Post: Herve
  Large 2D Graphics Library TarotRedhand 6 2,598 12-05-2023, 05:17 AM
Last Post: grymmjack

Forum Jump:


Users browsing this thread: 1 Guest(s)