ApproxFun.jl icon indicating copy to clipboard operation
ApproxFun.jl copied to clipboard

Some tips about BigFloat

Open putianyi889 opened this issue 6 years ago • 0 comments

I once planned to add this post to documentations, but some of these tips are workarounds for bugs which I have encountered and can be fixed at any time so I decide to put them here.

  • Use BigFloat arguments to create BigFloat Spaces and Operators.

  • ZeroOperator needs extra type declaration: Use ZeroOperator(BigFloat, dspace, rspace).

  • If you want to use IdentityOperator(space), use ConstantOperator(BigFloat(1),space) instead.

putianyi889 avatar Aug 04 '19 21:08 putianyi889