Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Ferris committed Aug 24, 2017
1 parent 10193be commit 6fe1754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ This section lists changes that do not have deprecation warnings.
of strings. Note that the renamed `adjoint` method (formerly `ctranspose`) does still
act in a recursive manner, and that (very occassionally) `conj(adjoint(...))` will be
preferrable to `transpose` for linear algebra problems using nested arrays as "block
matrices". ([#??])
matrices". ([#23424])

Library improvements
--------------------
Expand Down
4 changes: 2 additions & 2 deletions base/linalg/conjarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ IndexStyle(::Type{CA}) where {CA<:ConjArray} = IndexStyle(parent_type(CA))
AdjointArray(array)
A lazy-view wrapper of an `AbstractArray`, taking the elementwise adjoint. This
type is usually constructed (and unwrapped) via the [`adjoint`](@ref) function, but
currently this is the default behavior for `RowVector` only. For other arrays, the
type is usually constructed (and unwrapped) via the [`adjoint`](@ref) function, but
currently this is the default behavior for `RowVector` only. For other arrays, the
`AdjointArray` constructor can be used directly.
# Examples
Expand Down

0 comments on commit 6fe1754

Please sign in to comment.