hunk ./info.ss 34 - '("Reverted to the reference implementation of SRFI-42 due to syntax certificate bugs.")) + '("Updated linux paths to add /usr/libsse2 per bug report #196.")) hunk ./plt-linalg.scrbl 37 -@defmodule[(planet wmfarr/plt-linalg:1:10/vector)] +@defmodule[(planet wmfarr/plt-linalg:1:11/vector)] hunk ./plt-linalg.scrbl 86 -@defmodule[(planet wmfarr/plt-linalg:1:10/matrix)] +@defmodule[(planet wmfarr/plt-linalg:1:11/matrix)] hunk ./plt-linalg.scrbl 100 - real?]{ + matrix?]{ hunk ./plt-linalg.scrbl 192 -@defproc[(matrix-inverse (m square-matrix/c)) matrix?]{Returns the matrix -inverse of @scheme[m]. @emph{If you are trying to solve linear -equations, it is much more stable (and efficient) to used the +@defproc[(matrix-inverse (m square-matrix/c)) matrix?]{Returns the +matrix inverse of @scheme[m]. @emph{If you are trying to solve linear +equations, it is much more stable (and efficient) to use the