Project Description
Access ACML functions from 64-bit Excel. This project contains various wrappers from 64-bit Excel to the ACML library.
Project Usage
See the documentation section for how to use this project in a live situation. This project also contains code for connecting Excel to C# to generic DLLs for anyone who is wanting to see an example of how to do this. Also included are allocating unamanged memory for use in unmanaged DLLs from within C#.
Intended Audience
This is really intended for people with a solid programming history.
ACMLGPU
The class ACMLGPU is a generic vector/matrix math class intended for a translation layer between ACML and C#/.NET. This may come in handy for anyone looking to do intense mathematics in a .NET environment. I have not done speed tests on these functions.