SimonDanisch/FixedSizeArrays.jl
Julia's generic FixedSizeArray implementation. Can be used for all kinds of Vector constructs
JuliaNOASSERTION
Issues
- 0
- 4
Multiplication broken on Julia 0.6
#170 opened by dpsanders - 6
- 6
Vec in Vec messed up
#173 opened by kungfooman - 3
- 0
Base.Test.approx_full(a::FixedArray) = a
#169 opened by jverzani - 0
Storing tuples in FixedSizeArrays
#168 opened by krcools - 39
StaticArrays
#159 opened by SimonDanisch - 7
hcat and vcat don't behave like arrays
#164 opened by stevengj - 0
missing sum(m::Mat, dim) etcetera
#165 opened by stevengj - 0
Mat constructor silently ignores inputs
#163 opened by stevengj - 0
missing getindex for Colon arguments
#162 opened by stevengj - 2
Point ± Point should produce a Vec?
#161 opened by stevengj - 3
Strange loss of Type Specificity
#156 opened by cortner - 6
Comprehensions for FixedSizeArrays
#155 opened by cortner - 18
Memory allocation in mixed type operations
#150 opened by krcools - 2
LinAlg._chol! warning
#148 opened by diegozea - 6
0.5 splat broken
#138 opened by dlfivefifty - 5
Changed meaning of .+= in Julia 0.5
#147 opened by stevengj - 0
Matrix multiply compilation is slow
#145 opened by c42f - 1
0.5 show error
#137 opened by dlfivefifty - 2
Should Point - Point be a Vec?
#143 opened by cortner - 1
More flexible isapprox
#142 opened by andyferris - 1
Inserting and extracting FSAs from Array blocks
#139 opened by c42f - 4
Pattern matching on vector slow
#135 opened by jw3126 - 2
chol() breakage with 0.5
#128 opened by c42f - 2
Unable to install on Julia master.
#97 opened by Ismael-VC - 5
map failing to inline leading to nonoptimal codegen
#120 opened by c42f - 9
Various errors with zero-size vectors and matrices
#91 opened by rdeits - 4
Tag version 0.2.0
#125 opened by c42f - 9
Semantics of point + vec
#102 opened by c42f - 4
- 7
Promote problems
#104 opened by diegozea - 6
Allowable FSA subtype parameters and similar()
#116 opened by c42f - 1
Inexact error for Vec(1,0)/2
#117 opened by dlfivefifty - 6
- 7
real has no method match real(::Point)
#82 opened by dlfivefifty - 1
FSA broadcasting
#115 opened by c42f - 3
rand is slow
#114 opened by jw3126 - 2
- 5
isapprox with keyword arguments
#100 opened by andyferris - 4
Cannot overload show on Julia v0.5
#95 opened by dpsanders - 1
Add isapprox(Vec(1.,2.),Vec(3.,4.))
#94 opened by dlfivefifty - 2
- 7
Nondeterministic crash
#85 opened by blegat - 2
isapprox minor problem
#86 opened by jw3126 - 4
main not defined
#84 opened by blegat - 4
Support Point(1,2)*[1,2,3]?
#83 opened by dlfivefifty - 1
Convert type stability issue
#78 opened by awbsmith - 3
FixedMatrix(1.0) causes Julia to hang
#80 opened by KristofferC