You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Foreign/Matlab/Array/MArray.hs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{-|
2
-
Safe MArray interface to "Matlab.Array".
2
+
Safe MArray interface to "Foreign.Matlab.Array".
3
3
4
-
An instance of 'Data.Array.MArray.MArray' for 'MXArray'. Although array access can be done through this instance, arrays themselves must be created using 'mxMArray' along with one of the "Matlab.Array" create functions.
4
+
An instance of 'Data.Array.MArray.MArray' for 'MXArray'. Although array access can be done through this instance, arrays themselves must be created using 'mxMArray' along with one of the "Foreign.Matlab.Array" create functions.
Copy file name to clipboardExpand all lines: Foreign/Matlab/Runtime/Generic.hs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{-|
2
2
Generic runtime library interface.
3
-
This uses a Matlab library built along with HSMatlab to provide runtime access to general Matlab functionality throuh "Matlab.Runtime".
4
-
Any builtin Matlab function can be called through this interface, but other M-file functions may not -- these need to be put into a library or used through "Matlab.Engine" instead.
3
+
This uses a Matlab library built along with HSMatlab to provide runtime access to general Matlab functionality throuh "Foreign.Matlab.Runtime".
4
+
Any builtin Matlab function can be called through this interface, but other M-file functions may not -- these need to be put into a library or used through "Foreign.Matlab.Engine" instead.
0 commit comments