[CSC 335] CSC335: Can we use Armadillo on hw6?
Andrew J. Pounds
pounds_aj at mercer.edu
Sun Nov 7 12:06:50 EST 2021
On 11/7/21 10:15 AM, wrote:
>
> Hey Dr. Pounds,
>
>
>
> I’m working on homework 6. Are we allowed to use Armadillo and its
> matrix solving capabilities? Or are we supposed to write our own
> implementation of all the algorithms?
>
>
>
> Thanks,
>
>
For most of the problems in chapter 6 the matrices are small so that you
can see how to implement the algorithms by hand. You can certainly use
the armadillo, GSL, BLAS/LAPACK, but you will want to know how to do the
work by hand for upcoming tests.
For my problem the main algorithm you need is matrix multiplication (in
both REAL and COMPLEX) forms. I recommend at some point you write your
own matrix multiplication algorithm -- but you can certainly use any of
the libraries for my problems.
--
*/Andrew J. Pounds, Ph.D./*
/Professor of Chemistry and Computer Science/
/Director of the Computational Science Program/
/Mercer University, Macon, GA 31207 (478) 301-5627/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://theochem.mercer.edu/pipermail/csc335/attachments/20211107/1c5540a0/attachment.html>
More information about the csc335
mailing list