Skip to content

Commit

Permalink
mark API as @trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Dec 26, 2018
1 parent 990360e commit bc1bde8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright "Copyright © 2017-2018, Symmetry Investments & Kaleidic Associates"
license "BSL-1.0"

dependency "lapack" version="~>0.0.6"
dependency "mir-blas" version=">=1.0.0-beta2 <2.0.0"
dependency "mir-blas" version=">=1.1.3 <2.0.0"

configuration "library" {
subConfiguration "mir-blas" "library"
Expand Down
2 changes: 2 additions & 0 deletions source/mir/lapack.d
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ private enum Error {
squareM = "The matrix must be square"
};

@trusted pure nothrow @nogc:

/// `getri` work space query.
size_t getri_wq(T)(Slice!(T*, 2, Canonical) a)
{
Expand Down

0 comments on commit bc1bde8

Please sign in to comment.