Skip to content

Commit 1dd072f

Browse files
hayatoikomaJutho
authored andcommitted
Fix typo in README (#19)
1 parent 2d51d07 commit 1dd072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The LinearMaps package provides the following functionality:
3838

3939
```
4040
LinearMap{T}(A::AbstractMatrix[; issymmetric::Bool, ishermitian::Bool, isposdef::Bool])
41-
LinearMap{T}(A::LinearMap[; issym::Bool, ishermitian::Bool, isposdef::Bool])
41+
LinearMap{T}(A::LinearMap[; issymmetric::Bool, ishermitian::Bool, isposdef::Bool])
4242
```
4343
4444
Create a `WrappedMap` object that will respond to the methods `issymmetric`, `ishermitian`, `isposdef` with the values provided by the keyword arguments, and to `eltype` with the value `T`. The default values correspond to the result of calling these methods on the argument `A`; in particular `{T}` does not need to be specified and is set as `eltype(A)`. This allows to use an `AbstractMatrix` within the `LinearMap` framework and to redefine the properties of an existing `LinearMap`.

0 commit comments

Comments
 (0)