목록2024/09/11 (1)
옆히
저장용
프론트엔드 개발자 면접 단골 질문 9 | 화살표 함수와 function 키워드의 차이점 (youtube.com)//BJ2740using StreamWriter sw = new(Console.OpenStandardOutput());var matrixMultiple = (List> ma, List> mb) =>{ if (ma.First().Count != mb.Count) throw new Exception(); var innerProduct = (IEnumerable rVec, IEnumerable cVec) => rVec.Zip(cVec, (x, y) => x * y).Sum(); int r = ma.Count, c = mb.First().Count; var m = E..
카테고리 없음
2024. 9. 11. 08:43