Commit Graph

5 Commits

Author SHA1 Message Date
kortschak
25c8143562 Split BLAS interfaces 2014-01-08 11:53:02 +10:30
kortschak
4dd9dc7caa Make [SD]rotm{,g} more idiomatic Go
We now have an int Flags type that indicates the status of the H matrix
and the [SD]RotmParams struct is returned as a concrete type since it is
not intended to be mutated by the rotm routine.

This also picked up a non-allocation bug in goblas.Drotmg.
2013-12-31 13:27:01 +10:30
kortschak
9240b772aa Reduce documentation noise
People should not be drawn to the values themselves, so use iota.
2013-08-08 15:10:36 +09:30
kortschak
2b459e3bd2 Missed type repetition removed 2013-05-20 18:39:48 +09:30
kortschak
01f8e02d90 Intial commit
Licence a place holder at this stage. Open for discussion with other
members of the project.
2013-04-27 19:05:28 +09:30