mat: allow cross-raw shadow detection

This commit is contained in:
kortschak
2017-12-07 10:04:23 +10:30
committed by Dan Kortschak
parent b525d7913d
commit 835cce7bd0
4 changed files with 20 additions and 17 deletions

View File

@@ -164,8 +164,6 @@
// the value has been untransposed if necessary.
//
// mat will not attempt to detect element overlap if the input does not implement a
// Raw method, or if the Raw method differs from that of the receiver except when a
// conversion has occurred through a mat API function. Method behavior is undefined
// if there is undetected overlap.
// Raw method. Method behavior is undefined if there is undetected overlap.
//
package mat // import "gonum.org/v1/gonum/mat"