diff --git a/previews/PR1206/AdvancedUsageGuide.html b/previews/PR1206/AdvancedUsageGuide.html index 7eeee3adcb..fa97d32d73 100644 --- a/previews/PR1206/AdvancedUsageGuide.html +++ b/previews/PR1206/AdvancedUsageGuide.html @@ -471,4 +471,4 @@ myscale2! (generic function with 1 method) julia> @btime myscale2!(A, 2) setup = (A = randomITensor(i)); - 3.549 μs (2 allocations: 112 bytes)
A very efficient function is written for the Tensor type. Then, the ITensor version just wraps the Tensor function by calling it after converting the ITensor to a Tensor (without any copying) with the tensor
function. This is the basis for the design of all performance critical ITensors.jl functions.
Settings
This document was generated with Documenter.jl version 0.27.25 on Thursday 28 September 2023. Using Julia version 1.9.3.