Hacker News
- Functions are vectors https://thenumb.at/Functions-are-Vectors/ 120 comments
- Data Analysis with Vector Functional Programming [video] https://www.youtube.com/watch?feature=youtu.be&v=ZGIPmC6wi7E 34 comments
- Choosing a vector difference function http://threebrothers.org/brendan/blog/vector-difference-functions/ 3 comments
- From Vector Spaces to Periodic Functions (2019) https://susam.in/blog/from-vector-spaces-to-periodic-functions/ 25 comments
- Show HN: Vector Toy – Visualize and manipulate vector field functions http://dandelany.github.io/vector-toy/ 4 comments
Lobsters
- From Vector Spaces to Periodic Functions https://susam.net/blog/from-vector-spaces-to-periodic-functions.html 4 comments math
- From Vector Spaces to Periodic Functions https://susam.in/blog/from-vector-spaces-to-periodic-functions/ 2 comments math
- Vectorization of a Function https://www.reddit.com/r/rstats/comments/7w0xh9/vectorization_of_a_function/ 5 comments rstats
- Can we describe a function as a vector space? https://www.reddit.com/r/math/comments/69ydu4/can_we_describe_a_function_as_a_vector_space/ 23 comments math
- Creating isFull() function for a vector queue (C++) https://gist.github.com/SloaneT/040fd8a6ef45f996a5e70e18be353414 4 comments learnprogramming
- std::array/std::vector in main function declaration? https://www.reddit.com/r/cpp/comments/8ol1a1/stdarraystdvector_in_main_function_declaration/ 35 comments cpp
- How to Implement a Cosine Similarity Function in TypeScript for Vector Comparison https://alexop.dev/posts/how-to-implement-a-cosine-similarity-function-in-typescript-for-vector-comparison/ 17 comments typescript
- [C++]Returning vector from a function(Radix Sort) https://gist.github.com/mirsahib/7a4c7cc8ac495acd7edf5d6a9f96e6d7 3 comments learnprogramming
- Inputs to plotting functions, matrices or vectors https://www.reddit.com/r/matlab/comments/6lntye/inputs_to_plotting_functions_matrices_or_vectors/ 3 comments matlab
- C++ STL vector: definition, growth factor, member functions http://www.gahcep.com/cpp-internals-stl-vector-part-1/ 25 comments programming
- C++ STL vector: definition, growth factor, member functions http://www.gahcep.com/cpp-internals-stl-vector-part-1 3 comments cpp
- very basic question: using an anonymous function to find the last element of a vector https://www.datacamp.com/swirl-r-tutorial 4 comments rstats
- A Single Header Vectorized Hash Function (~9.6 GB/s) https://github.com/Keith-Cancel/k-hashv 20 comments c_programming
- respawn function does not transform character to vector 3 spawn point https://youtu.be/vV4FIzfzpJo 6 comments unity3d
- Where can I find test vectors for rfc8018 (PBKDF2 with different hash functions)? https://www.reddit.com/r/crypto/comments/abv007/where_can_i_find_test_vectors_for_rfc8018_pbkdf2/ 11 comments crypto
- Continuous functions on closed and bounded subsets of infinite dimensional vector spaces [first blog post/feedback appreciated!] https://channelepsilon.wordpress.com/2017/08/15/continuous-functions-on-closed-and-bounded-subsets-of-infinite-dimensional-vector-spaces/ 11 comments math
- YOW! Lambda Jam 2016 Tim Thornton - Data Analysis with Vector Functional Programming #YOWLambdaJam https://www.youtube.com/watch?v=ZGIPmC6wi7E 3 comments apljk
- Tutorial on MATLAB Function: Vector, Matrix, Or Single Input/Output Functions https://www.reddit.com/r/matlab/comments/af8xyd/tutorial_on_matlab_function_vector_matrix_or/ 6 comments matlab
- Polymorphic recursion and random access lists (functional vectors) in OCaml http://alaska-kamtchatka.blogspot.com/2009/05/polymorphic-recursion.html 3 comments programming
- SimSIMD: up to 100x faster vector similarity functions for f64, f32, f16, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐 https://github.com/ashvardanian/simsimd 20 comments rust
- Video Tutorial: "Existentials and writing functions for length-indexed vectors" (Richard Eisenberg) https://www.youtube.com/watch?v=8AKtqFY1ueM 7 comments haskell
- LibF++ -- Enabling C++ as a pure functional programming language through immutable strings, vectors, maps, etc. https://github.com/gjduck/libf 67 comments programming
- simple hexdump function to help those working with low level protocols and u8 vectors http://pastebin.com/keszqgn5 11 comments rust
- Cognitive rejuvenation in old rats by hippocampal OSKM gene therapy. "In summary, the administration of Yamanaka genes via viral vectors rejuvenates the functional capabilities and the epigenetic landscape of the rat hippocampus." https://link.springer.com/article/10.1007/s11357-024-01269-y 3 comments science
- Hi! How would you generate this visualization: particles that are a function of a 2D current velocity field (that consists of U and V arrays, which are for the current velocity vectors), the particles 'live' for a few time steps, and after some time they are gone... but new are 'release' randomly https://www.windy.com/?20.056%2C-86.781%2C7= 2 comments matlab
- I really want to plot specific level(s) for my contour lines, but the contour function of Plots.jl doesn't accept a vector (or tuple) input of integers even when the documentation says that it can. Please Help. http://docs.juliaplots.org/latest/generated/attributes_series/ 4 comments julia
- Experimental gene therapy cures children born without an immune system. Autologous ex vivo gene therapy with a self-inactivating lentiviral vector restored immune function in 48/50 children with severe combined immunodeficiency due to adenosine deaminase deficiency (ADA-SCID), with no complications. https://newsroom.ucla.edu/releases/gene-therapy-for-children-born-without-immune-system 514 comments science
- Video Tutorial: "Using proofs to make functions faster over length-indexed vectors" (Richard Eisenberg) https://www.youtube.com/watch?v=jPZciAJ0oaw 6 comments haskell
- maths - templated c++ linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev... includes live webgl/wasm demo. https://github.com/polymonster/maths 25 comments cpp
- Questions about mvnpdf (multivariate normal probability density function). Why is the output able to be represented by a n x1 long vector? Confusion on what we're plugging into the pdf https://www.mathworks.com/help/stats/mvnpdf.html#mw_02e9741f-d4a7-476d-9b2f-2d26f343b04a 3 comments matlab
- Nearly two years ago, my team and I made a student game, nearly from scratch, in C. I was the "lead engine programmer", and I made a very naive but functional game engine. I made this video with gource to show how we went from rolling our own vector implementation to having a playable game. http://games.digipen.edu/games/game-school-simulator-2015 80 comments gamedev
- Video demonstrates how vectors of two classes that cannot be linearly separated in 2-D space, can become linearly separated by a transformation function into a higher dimensional space. http://www.youtube.com/watch?v=3licbrzprza 6 comments math
- Ocaml: Ropes and rope-like functional extensible vectors with O(1) prepend/append. http://groups.google.com/group/fa.caml/browse_frm/thread/4e70beff0f714229/ 2 comments programming