-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using RowEchelon_with_pivots #10
Comments
The name is |
I did try that but it is not available. If I download the code and include the source code of the module, then it works fine. But installing it from the official repository seems to not work. _ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.2 (2017-12-13 18:08 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-pc-linux-gnu
julia> using RowEchelon
julia> rref
rref rref!
julia> rref
rref rref!
help?> rref_with_pivots
search:
Couldn't find rref_with_pivots
Perhaps you meant print_with_color
No documentation found.
Binding rref_with_pivots does not exist.
julia> using RowEchelon
julia> Pkg.test("RowEchelon")
INFO: Testing RowEchelon
Test Summary: | Pass Total
Matrices of integers (treated as Float64) | 10 10
Test Summary: | Pass Total
Matrices of rationals | 10 10
Test Summary: | Pass Total
Matrix of Complex numbers | 4 4
INFO: RowEchelon tests passed
help?> rref_with_pivots
search:
Couldn't find rref_with_pivots
Perhaps you meant print_with_color
No documentation found.
Binding rref_with_pivots does not exist.
julia> versioninfo()
Julia Version 0.6.2
Commit d386e40c17 (2017-12-13 18:08 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, skylake)
julia> |
That's because you are using RowEchelon v0.1.0. |
How can I call RowEchelon_with_pivots() ?
by typing "using RowEchelon" seems it's not sufficient to access this function.
The text was updated successfully, but these errors were encountered: