This blog is updated daily..
A general description is here.
‘eigen()’ makes fewer copies if the input has dimnames.
‘La.svd()’ accepts logical matrices (as documented, and as ‘svd()’ did).
‘solve(A, b)’ for a vector ‘b’ gave the answer names from ‘colnames(A)’ for ‘LINPACK = TRUE’ but not in the default case.
