I was trying to use FloatMatrix last night, but when compiling using the patch library on the website I got an error about missing definitions for the FloatMatrix class. Only including the header when compiling works, so it seems like the file does exist in the compilation environment, but maybe the cpp file is not compiled?
Not sure if related, but I found that when I got the FloatMatrix compilation errors, I also got a warning about using SineOscillator::getNextSample, which it reported as deprecated and to use generate instead, which doesn’t exist for SineOscillator in the OwlProgram repo on the master branch.