Skip to content

Instantly share code, notes, and snippets.

View dpo's full-sized avatar
πŸ’­
Hacking

Dominique dpo

πŸ’­
Hacking
View GitHub Profile
@dpo
dpo / svd.jl
Last active June 20, 2022 14:52
# Extensions of LinearAlgebra's svd functionality
# with U, S and VT preallocated.
#
# D. Orban, based on Julia's stdlib
# 6/19/22
# Example use:
# julia> A = rand(8, 10)
# julia> F = psvd_workspace(A, full=false, alg=LinearAlgebra.QRIteration()) # preallocates
# julia> B = copy(A); # optional; the next line destroys B
class GccAT7 < Formula
desc "GNU compiler collection"
homepage "https://gcc.gnu.org/"
url "https://ftp.gnu.org/gnu/gcc/gcc-7.5.0/gcc-7.5.0.tar.xz"
mirror "https://ftpmirror.gnu.org/gcc/gcc-7.5.0/gcc-7.5.0.tar.xz"
sha256 "b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661"
license all_of: [
"LGPL-2.1-or-later",
"GPL-3.0-or-later" => { with: "GCC-exception-3.1" },
]
coin-or-tools/coinor/symphony
β”œβ”€β”€ coin-or-tools/coinor/cgl
β”‚ └── coin-or-tools/coinor/clp
β”‚ β”œβ”€β”€ ampl-mp
β”‚ β”œβ”€β”€ coin-or-tools/coinor/coinutils
β”‚ β”‚ β”œβ”€β”€ coin-or-tools/coinor/coin_data_netlib
β”‚ β”‚ β”œβ”€β”€ coin-or-tools/coinor/coin_data_sample
β”‚ β”‚ β”œβ”€β”€ coin-or-tools/coinor/glpk@448
β”‚ β”‚ β”‚ └── gmp
β”‚ β”‚ β”œβ”€β”€ doxygen
julia> jprod_rev(F, rand(5), rand(5))
ERROR: DimensionMismatch("arrays could not be broadcast to a common size; got a dimension with lengths 5 and 6")
Stacktrace:
[1] _bcs1
@ ./broadcast.jl:501 [inlined]
[2] _bcs
@ ./broadcast.jl:495 [inlined]
[3] broadcast_shape(::Tuple{Base.OneTo{Int64}}, ::Tuple{Base.OneTo{Int64}})
@ Base.Broadcast ./broadcast.jl:489
[4] combine_axes
@dpo
dpo / 1_solve1.svg
Created September 19, 2020 14:33
LDLFactorization repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / 1_solve1.svg
Created September 19, 2020 14:22
LDLFactorization repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / 1_fact.svg
Created July 24, 2020 18:21
LDLFactorizations repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / 1_fact.svg
Created July 24, 2020 14:06
LDLFactorizations repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dpo
dpo / 1_fact.svg
Created July 22, 2020 13:56
LDLFactorizations repository benchmark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.