# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/joy4wyq
Go 科學計算之向量篇 - Gonum 實現**
出於某種目的,有時候我們會將簡單的事物複雜化,但其複雜程度不應該超出多數人的理解範圍。本文原本試圖分別對 Gonum 和 Gosl 兩個主要 Go 語言科學計算包關於向量的實現及其基本運算進行整理分析。本文介紹 Gonum。‌申明:由於時間和精力有限,本文缺失文獻整理部分,如果有侵權之嫌,望及時告知; 由於能力有限,請務必對本文持批判態度,盡信書不如無書。 預備知識----爲了便於理解 ⌘ Read more