Tamas K. Papp

Results 204 issues of Tamas K. Papp

# Motivation Suppose that for a set of parameters $x$, the equation $F(x, y) = 0$ defines $y(x)$ implicitly. Eg $x$ could be parameters to a problem that we approximate...

After #20, this should be easy. Add examples for both.

Given that a single character is highlighted (the matching paren), `alum1` is not very visible. Eg ``` emacs-lisp (set-face-attribute 'show-paren-match nil :background "#e9b96e") ``` looks better.

It apparently expired on July 12, 2018.

Using `paradox-version` `2.5.1`, I get the following error from `paradox-upgrade-packages`. Also, there is no `*Paradox Github*` buffer. ```elisp Debugger entered--Lisp error: (error "Tried contacting Github, but I can’t understand the...

# Issue ```julia julia> using StaticArrays julia> map(i -> (a = i, b = i + 1), axes(SVector(1, 2, 3), 1)) 3-element MVector{3, NamedTuple{(:a, :b), Tuple{Int64, Int64}}} with indices SOneTo(3):...

```julia julia> VERSION v"1.8.0-rc1.41" (@v1.8) pkg> st StaticArrays Status `~/.julia/environments/v1.8/Project.toml` [90137ffa] StaticArrays v1.5.0 julia> using StaticArrays, LinearAlgebra julia> N = 149 149 julia> lu(SizedMatrix{N,N}(randn(N, N))) Internal error: encountered unexpected error...

This allows `SArray` and `MArray` to be printed (`show`, `repr`, etc) and read back into an object of the same type. Fixes #692.

Wishlist item: having the [citations page](http://mc-stan.org/citations/) available in `BibTeX` format. Solution suggestion: I don't know how the build process of the site works, but perhaps [jekyll-scholar](https://github.com/inukshuk/jekyll-scholar) could be useful.

# Introduction Some languages now support Unicode (mostly UTF8) for writing source code. It would be great if one could also use Unicode in Stan source. (Note that _comments_ in...

feature
parsing