But apropos does find it: julia> apropos("matrix inverse") INFO: Loading help data... Base.inv(M)
On Wednesday, July 16, 2014 2:59:05 PM UTC+2, Tomas Lycken wrote: > > `inv` will do that for you. > http://docs.julialang.org/en/latest/stdlib/linalg/#Base.inv > > It's a little unfortunate that the help text is "Matrix inverse", yet > searching for that exact phrase yields no results at all. Is it possible to > make documentation search be full-text for help text as well? > > // T > > On Wednesday, July 16, 2014 2:39:53 PM UTC+2, Alan Chan wrote: >> >> sorry if it's a stupid question. But I cannot find one in the online doc. >> >> Thanks >> >