Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PublicTasks = []model.Task{
{ID: 2, Name: "Задача 2: дифференциальная задача"},
}
View Source
var Schemas = map[int]model.Schema{
1: {ID: 1, Name: "Метод Якоби (явная схема)", Theta: 0, Tau: 1},
2: {ID: 2, Name: "Метод Зейделя (релаксационный метод)", Theta: 1, Tau: 1},
3: {ID: 3, Name: "Своя схема", Theta: 0, Tau: 0},
}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.