(Helen) wrote in message news:<. com>...
> I have already got one C file for matrix inversion,
> so I hope I can build this matrix inversion function into
> some library, so that I can call it from another C file.
> What should I do?
> Where can I find detailed information about that?
> Thanks a lot!
Which IDE are you using ?
If its MSVC then
just add file ( matrix inversion ) to your existing project ( by right
clicking on the project workspace )and the corresponding header if
any. Once done and built you can safely access all the functions
present in that file.
- Ravi